From 3b849bc07c0ca583c9d3f3605331fb114a1f59f5 Mon Sep 17 00:00:00 2001 From: Pierre Chifflier Date: Tue, 13 Jan 2026 19:51:26 +0100 Subject: [PATCH] llc Gbp-Pq: Name llc.patch --- configure.ac | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index c33451b1..2b0b4641 100644 --- a/configure.ac +++ b/configure.ac @@ -496,11 +496,12 @@ [ AS_IF([test "$CLANG" != no], [ - llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \ - awk '/^clang version/ { - split($3, v, "."); - printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) - }') + #llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \ + # awk '/^clang version/ { + # split($3, v, "."); + # printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) + # }') + llc_candidates=llc AC_CHECK_PROGS([LLC], [$llc_candidates], "no") if test "$LLC" = "no"; then AC_MSG_ERROR([unable to find any of $llc_candidates needed to build ebpf files]) -- 2.30.2